home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00015.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  338 b   |  16 lines

  1. on KasiCursor which
  2.   set the cursor of sprite which to [member "kasi" of castLib "internal", member "mask_kasi" of castLib "internal"]
  3. end
  4.  
  5. on ClrCursorsAbsolute
  6.   set i to 1
  7.   repeat while i <= 120
  8.     set the cursor of sprite i to 0
  9.     set i to i + 1
  10.   end repeat
  11. end
  12.  
  13. on defaultCursor which
  14.   set the cursor of sprite which to 0
  15. end
  16.